home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d21
/
tame261.arc
/
TAME-RUN.BAT
< prev
next >
Wrap
DOS Batch File
|
1991-03-21
|
223b
|
15 lines
@echo off
if (%1) == () Echo Usage: %0 command_line
if (%1) == () goto exit
:* Load Tame into memory
Tame-Res
:* Run the program
%1 %2 %3 %4 %5 %6 %7 %8 %9
:* Unload Tame from memory
Tame /Uninstall
:exit